home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / winutil2.arc / SNAGIT.ARC / SNAGIT.TXT < prev   
Text File  |  1990-11-01  |  10KB  |  219 lines

  1. -------------------------------------------------------------------
  2.     THIS IS A FREE-WARE PROGRAM - PLEASE DISTRIBUTE AS YOU WISH
  3. -------------------------------------------------------------------
  4.  
  5.                         SnagIt - Version 1.5
  6.  
  7. "SnagIt" is a Microsoft Windows 3.0 screen capture and screen print
  8. utility.  Theoretically it should work with other Win30 BitBlt-able
  9. printer drivers.
  10.  
  11. "SnagIt" gathers a 'region' of the screen and sends it to 'output'
  12. with either color, monochrome, or simulated grayscale.
  13.  
  14.  
  15. "SnagIt" Term definitions
  16.  
  17. I.  Device:
  18.  
  19.     The device is the screen shot destination.  Currently "SnagIt"
  20.     only sends its output to either the Clipboard or the currently
  21.     selected printer.  Printer selection is be changed with the
  22.     Control panel.
  23.  
  24. II. Region:
  25.  
  26.     "SnagIt" knows about three types of areas, or regions, on the
  27.     screen.  If the current region is the SCREEN then the entire
  28.     screen from the upper left corner to the lower right corner is
  29.     sent to the selected device.
  30.  
  31.     The Windows screen is composed of small "windows".  A window may
  32.     be bounded with a border and scroll bars or it may be just and
  33.     icon.  By definition the CLIENT region is the area within a
  34.     window bounded by the border but not including scroll bars or
  35.     the caption line.
  36.  
  37.     A REGION is the area inside the rectangle drawn when the left
  38.     mouse button is held down starting where the button was pushed.
  39.     When the mouse button is let up "SnagIt" will capture the
  40.     region.
  41.  
  42.     Examples:
  43.  
  44.     a) CLIENT is selected as the region and the mouse pointer is
  45.        clicked on an icon only the icon will be captured.
  46.  
  47.     b) If the client area of a program's window is desired, CLIENT
  48.        must be selected and the mouse pointer should point to that
  49.        window's caption bar.
  50.  
  51.     c) WINDOW is selected as the region and the mouse pointer is
  52.        clicked on a window the entire window including the caption
  53.        bar, border, and scroll bars will be captured.
  54.  
  55.     d) REGION is selected and the mouse is in the upper left corner
  56.        of the screen.  Pressing the left button and dragging the
  57.        mouse to the middle of the screen then releasing the button
  58.        will capture the upper left quarter of the screen.
  59.  
  60.  
  61. III.Scaling:
  62.  
  63.     Scaling only applies when device = printer.
  64.  
  65.     Scaling option explanations:
  66.  
  67.     1) Best fit expands the 'region' to fill the output page.
  68.  
  69.     2) Screen fit scales the 'region' as though the entire screen
  70.        was being printed as best fit.  All printouts will have the
  71.        same scale.
  72.  
  73.     3) User specified ratio.  The user specified ratio is the ratio
  74.        of printer pixels to screen pixels.  The value must be an
  75.        integer greater or equal to 1.  The ratio value will be
  76.        readjusted if it is too large to fit the image on the paper.
  77.        For VGA and a standard 300 dpi printer the ratio is 3.  Must
  78.        be entered at runtime.
  79.  
  80.  
  81. IV. Output:
  82.  
  83.     Output is how the image is to appear on the device.  Generally
  84.     it is a good idea to send a monochrome image to a monochrome
  85.     device.  For example the standard Windows 3.0 driver for the HP
  86.     LaserJet II will take color output but is no different than mono
  87.     output but the standard PostScript driver must have monochrome
  88.     output because it ignores color.
  89.  
  90.     Windows normally converts a color bitmap (the screen) to a
  91.     MONOCHROME bitmap by setting every pixel black that is not the
  92.     background color.  For some selected screen color combinations
  93.     will have a lot of black.  For example the gray 3D push buttons
  94.     at the upper right of of a window may be all black.
  95.  
  96.     As an option MONOCHROME intensity output may be adjusted by a
  97.     percentage.  A monochrome percentage of 100% is the same as the
  98.     normal windows conversion.  An intensity percentage of 50%
  99.     checks each pixel's intensity. If the intensity is greater than
  100.     or equal to 50% then the pixel is white.
  101.  
  102.     Where more color information is required the GRAY SCALE option
  103.     will dither color intensity to 256 levels of gray.  Each color
  104.     may be enhanced or reduced by adjusting the color intensities.
  105.     Gray scaling the output is very slow.  A good idea it to
  106.     experiment with a small region before commiting the entire
  107.     screen.  Remember that boosting the color increases the
  108.     intensity which lightens the output.
  109.  
  110.     The COLOR option just sends the image to the device without any
  111.     modifications or enhancements.
  112.  
  113.  
  114. "SnagIt" configurations may be set in the 'win.ini' file.  The
  115. following table lists the key word and the options.
  116.  
  117.   +------------------------------------------------------------+
  118.   |     Options                       Key Word                 |
  119.   +------------------------------------------------------------+
  120.   |     Device=                                                |
  121.   |                                                            |
  122.   |  1) The Clipboard                 Clipboard                |
  123.   |  2) Printer                       Printer                  |
  124.   |                                                            |
  125.   +------------------------------------------------------------+
  126.   |                                                            |
  127.   |     Region=                                                |
  128.   |  1) The entire screen.            Screen                   |
  129.   |  2) A selected rectangle.         Region                   |
  130.   |  2) A window including            Window                   |
  131.   |     non-client areas.                                      |
  132.   |  3) Just the client area of       Client                   |
  133.   |     the window.                                            |
  134.   |                                                            |
  135.   +------------------------------------------------------------+
  136.   |                                                            |
  137.   |     Scale=                                                 |
  138.   |  1) Best Fit                      Best                     |
  139.   |  2) Screen Fit                    Screen                   |
  140.   |  3) User Scale                    #value                   |
  141.   |                                                            |
  142.   +------------------------------------------------------------+
  143.   |                                                            |
  144.   |     Output=                                                |
  145.   |  1) Monochrome                    Mono[,intensity%]        |
  146.   |                                                            |
  147.   |                                     intensity may be       |
  148.   |                                     between 0 and 100%     |
  149.   |                                                            |
  150.   |  2) Color                         Color                    |
  151.   |  3) Gray Scale                    Gray[,red%,green%,blue%] |
  152.   |                                                            |
  153.   |                                     percentages may be     |
  154.   |                                     between 0 and 200%     |
  155.   +------------------------------------------------------------+
  156.  
  157. Add a '[SnagIt]' section to your 'win.ini' file to change the defaults.
  158. example:
  159.  
  160. [SnagIt]
  161. Device=Printer
  162. Region=Screen
  163. Scale=Screen
  164. Output=Mono,50
  165.  
  166. Note: The above settings are also the program defaults.
  167.  
  168. ------------------------------------------------------------------
  169.             >>>>>     Running "SnagIt":     <<<<<
  170. ------------------------------------------------------------------
  171.  
  172. "SnagIt" may be placed on the 'Load=' line in the win.ini file, a
  173. program item may be created, or just run with the 'RUN' option.
  174.  
  175. When "SnagIt" is first run it will check the win.ini file for a
  176. '[SnagIt]' section.  If "SnagIt" finds its win.ini section then the
  177. operational defaults will be overwritten with the values found.
  178.  
  179. "SnagIt" automatically runs minimized (as an icon).  Double clicking
  180. on the "SnagIt" icon will bring up its main window and menu.  The
  181. current operation parameters are displayed on the client area.  Use
  182. the menus to change "SnagIt's" parameters.
  183.  
  184. To initiate a screen capture press the Control-Shift-P keys at the
  185. same time.
  186.  
  187. To CANCEL a screen shot: If REGION, WINDOW, or CLIENT region options
  188. are in effect, the capture may be canceled by pressing the right
  189. mouse button.
  190.  
  191. ------------------------------------------------------------------
  192.  
  193. Any and all comments are appreciated.
  194.  
  195. Letters or CompuServ Mail are the prefered method of communication.
  196.  
  197. Thanks for looking at "SnagIt".  I hope that it will be a benefit to
  198. the programming / computer industry.
  199.  
  200. Stewart A. Nutter
  201.  
  202. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  203. +                                                                     +
  204. +   Horizon Technologies Inc.                                         +
  205. +   Suite 100                                                         +
  206. +   2356 Science Parkway                                              +
  207. +   Okemos, Michigan  48864                                           +
  208. +                                                                     +
  209. +   "Using Windows 3.0 for Distributed Processing Applications"       +
  210. +                                                                     +
  211. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  212.  
  213. Updates will be kept current on CompuServe!
  214. CompuServe: 75226,3136
  215.  
  216. ---------------------------------------------------------------------
  217.     THIS IS A FREE-WARE PROGRAM - PLEASE DISTRIBUTE AS YOU WISH
  218. ---------------------------------------------------------------------
  219.